home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
Chip_2004-11_cd1.bin
/
software
/
frigate
/
Frigate3_Lite_v25.exe
/
{app}
/
Addons
/
Schemes
/
Batch.sch
< prev
next >
Wrap
Text File
|
2004-01-06
|
3KB
|
110 lines
object TPersHolder
P.Name = 'MS-DOS Batch Language'
P.Extensions.Strings = (
'bat')
P.SyntaxBlocks = <
item
Name = 'Default'
FIText = 0
FIIntNum = 1
FIFloatNum = 2
FIHexNum = 3
UseComments = True
UseSingleLineComments = True
UseFullLineComments = True
UseStrings = True
UseSingleLineStrings = True
UseNumbers = True
UseKeywords = True
BlockDelimiters = <>
SingleLineCommentDelimiters = <
item
FontID = 4
LeftDelimiter = 'rem'
end>
FullLineCommentDelimiters = <
item
FontID = 5
LeftDelimiter = ':'
end>
SingleLineStringDelimiters = <
item
FontID = 7
LeftDelimiter = '"'
RightDelimiter = '"'
end>
KeywordSets = <
item
FontID = 6
Name = 'commands'
Keywords =
'call,do,echo,errorlevel,exist,for,goto,if,in,not,pause,rem,set,s' +
'hift'
end>
end>
P.FontTable = <
item
FontID = 0
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 1
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 2
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 3
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end
item
FontID = 4
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsItalic]
end
item
FontID = 5
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
end
item
FontID = 6
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold]
end
item
FontID = 7
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
end>
end